[IA64] Fix serial console on Tiger2 & Tiger4
authorawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>
Wed, 14 Feb 2007 17:14:37 +0000 (10:14 -0700)
committerawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>
Wed, 14 Feb 2007 17:14:37 +0000 (10:14 -0700)
commit96baa92231e89c717ba369f00441e2373ab821f7
tree82b8e5b27bb4f32b65a75ece4abc6d0691327004
parent6abd9271a337c0edbcbd1929afd0ebcc01978017
[IA64] Fix serial console on Tiger2 & Tiger4

I inadvertently broke the serial console on Intel Tiger systems by
assuming they were registering a com1 at 0x3f8.  Instead, unconditionally
register both com ports (the ns16550 driver will throw away any that
don't have baud == 0) and create a function to detect the Tiger systems.
This should setup reasonable default com port values, but they can still
be superceded using com1= and com2= boot time parameters.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/arch/ia64/linux-xen/setup.c
xen/arch/ia64/xen/pcdp.c
xen/arch/ia64/xen/xensetup.c